home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TDOWNGRADEDLG / TDOWNGRADEDLG.txt
Text File  |  2005-06-02  |  1KB  |  61 lines

  1. object DowngradeDlg: TDowngradeDlg
  2.   Left = 377
  3.   Top = 386
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'D'#233'grader la protection'
  7.   ClientHeight = 128
  8.   ClientWidth = 256
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     256
  21.     128)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object WarningImage: TImage
  25.     Left = 8
  26.     Top = 8
  27.     Width = 32
  28.     Height = 32
  29.   end
  30.   object DowngradeLabel: TLabel
  31.     Left = 48
  32.     Top = 8
  33.     Width = 200
  34.     Height = 13
  35.     Caption = '%'
  36.     Constraints.MinWidth = 200
  37.     WordWrap = True
  38.   end
  39.   object OKBtn: TButton
  40.     Left = 174
  41.     Top = 97
  42.     Width = 75
  43.     Height = 23
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.   end
  51.   object DontShowEdit: TBCCheckBox
  52.     Left = 2
  53.     Top = 110
  54.     Width = 109
  55.     Height = 17
  56.     Anchors = [akLeft, akBottom]
  57.     Caption = 'Ne plus montrer'
  58.     TabOrder = 1
  59.   end
  60. end
  61.